﻿estonia_governorate = {
	color = "russian_puppet_estonia"

	possible = {
		exists = c:EST
		THIS = c:EST
		has_diplomatic_pact = {
			who = c:RUS
			type = puppet
		}
	}

}

yellow_prussia_rule = {
	color = "yellow"

	possible = {
		exists = c:PRU
		THIS = c:PRU
		OR = {
			has_game_rule = yes_yellow_prussia
		}
		
	}
}

purple_naples = {
	color = "naples_purple"
	possible = {
		always = no
	}
}

austria_hungary = {
	color = "rusty_austria"

	possible = {
		exists = c:AUS
		THIS = c:AUS
		country_has_primary_culture = cu:hungarian
	}
}

republican_france = {
	color = "revolutionary_blue"

	possible = {
		exists = c:FRA
		THIS = c:FRA
		has_law = law_type:law_council_republic
	}
}